type runtime.notInHeap
23 uses
runtime (current package)
malloc.go#L894: newArray := (*notInHeap)(persistentalloc(size, goarch.PtrSize, &memstats.gcMiscSys))
malloc.go#L2298: base *notInHeap
malloc.go#L2314: var persistentChunks *notInHeap
malloc.go#L2330: var p *notInHeap
malloc.go#L2341: func persistentalloc1(size, align uintptr, sysStat *sysMemStat) *notInHeap {
malloc.go#L2361: return (*notInHeap)(sysAlloc(size, sysStat, "immortal metadata"))
malloc.go#L2374: persistent.base = (*notInHeap)(sysAlloc(persistentChunkSize, &memstats.other_sys, "immortal metadata"))
malloc.go#L2474: type notInHeap struct{ _ sys.NotInHeap }
malloc.go#L2476: func (p *notInHeap) add(bytes uintptr) *notInHeap {
malloc.go#L2477: return (*notInHeap)(unsafe.Pointer(uintptr(unsafe.Pointer(p)) + bytes))
mbitmap.go#L565: sl = notInHeapSlice{(*notInHeap)(unsafe.Pointer(base)), elems, elems}
mpagealloc_64bit.go#L85: sl := notInHeapSlice{(*notInHeap)(r), 0, entries}
mpagealloc_64bit.go#L249: sl := notInHeapSlice{(*notInHeap)(r), int(n), int(n)}
mranges.go#L258: ranges.array = (*notInHeap)(persistentalloc(unsafe.Sizeof(addrRange{})*uintptr(ranges.cap), goarch.PtrSize, sysStat))
mranges.go#L385: ranges.array = (*notInHeap)(persistentalloc(unsafe.Sizeof(addrRange{})*uintptr(ranges.cap), goarch.PtrSize, a.sysStat))
mranges.go#L455: ranges.array = (*notInHeap)(persistentalloc(unsafe.Sizeof(addrRange{})*uintptr(ranges.cap), goarch.PtrSize, b.sysStat))
slice.go#L24: array *notInHeap
traceregion.go#L43: func (a *traceRegionAlloc) alloc(n uintptr) *notInHeap {
traceregion.go#L57: return (*notInHeap)(unsafe.Pointer(&block.data[r-n]))
traceregion.go#L62: var x *notInHeap
traceregion.go#L75: x = (*notInHeap)(unsafe.Pointer(&block.data[r-n]))
traceregion.go#L93: x = (*notInHeap)(unsafe.Pointer(&block.data[0]))
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |